home *** CD-ROM | disk | FTP | other *** search
/ PC World 2008 April / PCWorld_2008-04_cd.bin / akce / panda / T2008promoONs3M_MultiIdioma.exe / [0] / Drivers / amfsm.inf next >
Windows Setup INFormation  |  2007-10-22  |  4KB  |  125 lines

  1. ;
  2. ;  Installation file for Panda Anti-Virus Filesystem Minifilter.
  3. ;
  4. ;  Copyright ⌐ 2007, Panda Software. All Rights Reserved.
  5. ;
  6.  
  7. [Version]
  8.         Signature              = "$Windows NT$"
  9.         Class                  = "FSFilter Anti-Virus"
  10.         ClassGUID              = {b1d1a169-c54f-4379-81db-bee7d88d7454}
  11.         Provider               = %Psi%
  12.         CatalogFile            = amfsmx64.cat
  13.         DriverVer              = 09/28/2007,7.1.3.0
  14.         DriverPackageType      = FileSystemFilter
  15.         DriverPackageDisplayName = On-Access Antivirus Filter Driver
  16.  
  17. [DestinationDirs]
  18.         DefaultDestDir         = 12
  19.         FSFilterFiles          = 12    
  20.  
  21.  
  22. ;;
  23. ;;  x64 architecture macrosections
  24. ;;
  25.  
  26. [SourceDisksNames]
  27.         1                      = %DiskDescription%
  28.  
  29. [SourceDisksFiles]
  30.         amfsm.sys              = 1,x64
  31.  
  32.  
  33. ;
  34. ; Default install sections
  35. ;
  36.  
  37. [DefaultInstall]
  38.         CopyFiles              = FSFilterFiles
  39.  
  40. [DefaultInstall.Services]
  41.         AddService             = %FSFilterServiceName%,,FSFilterServiceInstall,FSFilterEventLogInstall,,%FSFilterEventName%
  42.  
  43.  
  44. ;                
  45. ; Default uninstall sections
  46. ;                
  47.  
  48. [DefaultUninstall]
  49.         DelFiles               = FSFilterFiles
  50.  
  51. [DefaultUninstall.Services]
  52.         DelService             = %FSFilterServiceName%,0x204      ; = SPSVCINST_DELETEEVENTLOGENTRY|STOPSERVICE
  53.  
  54.  
  55. ;
  56. ; Services Section
  57. ;
  58.  
  59. [FSFilterServiceInstall] 
  60.         DisplayName            = %FSFilterServiceName%
  61.         Description            = %FSFilterDescription%
  62.         Dependencies           = %FilterManagerServiceName%
  63.         ServiceBinary          = %12%\amfsm.sys
  64.         ServiceType            = 2                               ; = SERVICE_FILE_SYSTEM_DRIVER
  65.         StartType              = 2                               ; = SERVICE_AUTO_START
  66.         ErrorControl           = 1                               ; = SERVICE_ERROR_NORMAL
  67.         LoadOrderGroup         = "FSFilter Anti-Virus"
  68.         AddReg                 = FSFilterAddRegistry
  69.  
  70.  
  71. ;
  72. ; Registry Modifications
  73. ;
  74.  
  75. [FSFilterAddRegistry]
  76.         HKR,%RegInstancesSubkeyName%,%RegDefaultInstanceValueName%,0x00000000,%DefaultInstance%
  77.         HKR,%RegInstancesSubkeyName%"\"%Instance1.Name%,%RegAltitudeValueName%,0x00000000,%Instance1.Altitude%
  78.         HKR,%RegInstancesSubkeyName%"\"%Instance1.Name%,%RegFlagsValueName%,0x00010001,%Instance1.Flags%
  79.  
  80.         
  81. ;
  82. ; EventLog Section
  83. ;
  84.  
  85. [FSFilterEventLogInstall] 
  86.         AddReg                 = FSFilterEventLogAddReg
  87.  
  88. [FSFilterEventLogAddReg]
  89.         HKR,,EventMessageFile,0x20000,"%%SystemRoot%%\System32\drivers\amfsm.sys"
  90.         HKR,,TypesSupported,0x10001,7    
  91.  
  92.  
  93. ;
  94. ; Copy Files
  95. ;
  96.  
  97. [FSFilterFiles]
  98.         amfsm.sys
  99.  
  100.  
  101. ;
  102. ; String Section
  103. ;
  104.  
  105. [Strings]
  106.         Psi                         = "Panda Software International"
  107.         DiskDescription             = "Panda Anti-Virus Installation Media"
  108.         FSFilterDescription         = "Panda Anti-Virus Filesystem Minifilter"
  109.         FSFilterServiceName         = "AmFSM"
  110.         FSFilterEventName           = "Anti-Malware FSM"
  111.         FilterManagerServiceName    = "Fltmgr"
  112.         RegInstancesSubkeyName      = "Instances"
  113.         RegDefaultInstanceValueName = "DefaultInstance"
  114.         RegAltitudeValueName        = "Altitude"
  115.         RegFlagsValueName           = "Flags"
  116.  
  117.  
  118. ;
  119. ; Instance specific information.
  120. ;
  121.  
  122. DefaultInstance          = "Anti-Malware On-Access Protection"
  123. Instance1.Name           = "Anti-Malware On-Access Protection"
  124. Instance1.Altitude       = "327600"
  125. Instance1.Flags          = 0x0